home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Data Base of the Video Yearbook 1995
/
Data Base of the Video Yearbook 1995 - Disc 1.iso
/
cosmos
/
shared.dir
/
00989.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-19
|
279 b
|
11 lines
on getpicturepb folder, fname, castname
global numb
set mypict to fileio(mnew, "read", pathName() & folder & fname & "_B" & ".PIC")
if not objectp(mypict) then
exit
end if
set the picture of cast castname to mypict(mreadpict)
mypict(mdispose)
updateStage()
end